home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 1301 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news1.interserv.net!news
  2. From: vclant12@interserv.com
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Sombody Please Write This COM Utility for Windows95.
  5. Date: 12 Jan 1996 19:58:06 GMT
  6. Organization: InterServ News Service
  7. Message-ID: <4d6ege$d6f@lal.interserv.net>
  8. References: <30eeba27.3387193@news.earthlink.net>
  9. NNTP-Posting-Host: hd51-033.compuserve.com
  10. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  11.  
  12. >  Does anybody know of a place I can get a utility that will show
  13. >  current utilization of a serial port. It should run separately from
  14. >  the com program as to provide an external method for checking speeds.
  15. >  This would be good for measuring internet downloads and transfer times
  16. >  in general.
  17. >  I'd like to be able to select the maximum speed for the line (14.4,
  18. >  28.8 etc.) and then see a gas gauge from 0-200%. 
  19.  
  20. >  A second option might be nice to input a file size and get a updating
  21. >  estimate of remaining transfer time.
  22.   
  23. monitoring the modem speed is impossible starting from the moment you 
  24. connect, unless you break to command mode and query the modems' internal
  25. states. that might upset the upper level protocols between the comm
  26. sofware and the IP or you'll loose any data coming your way while the
  27. modem statistics are being done (unless you create a large buffer to store 
  28. them for later display).
  29.  
  30. monitoring the file transfer time is easy if you are the owner of the app
  31. which handles the transaction itself. Otherwise, you would need to know
  32. how to interpret the protocols used by AOL, CIS, ... for file transfers
  33. (whether GIF graphics, email attachments, FTP downloads). 
  34.  
  35. should such an application (piggy-back in fact) be available, and you know
  36. what transfer statistics are at any moment, what good is it if you can't 
  37. do anything about it?
  38.  
  39. vc_lant.
  40.  
  41.